Remove rest of gtk-show-input-method-menu and gtk-show-unicode-menu
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 21 Jun 2013 12:55:55 +0000 (08:55 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 21 Jun 2013 12:59:32 +0000 (08:59 -0400)
They are no longer used.

gdk/wayland/gdkscreen-wayland.c
gdk/win32/gdkproperty-win32.c
gtk/gtkimcontext.c

index c7a0fe36119828745c7f36e8d9cec80ead2b6648..49f6638378729090b7daf5acf5fbab0845532cc8 100644 (file)
@@ -485,8 +485,6 @@ static TranslationEntry translations[] = {
   { "org.gnome.desktop.interface", "buttons-have-icons", "gtk-button-images", G_TYPE_BOOLEAN, { .b = FALSE } },
   { "org.gnome.desktop.interface", "gtk-im-module", "gtk-im-module", G_TYPE_STRING, { .s = "simple" } },
   { "org.gnome.desktop.interface", "enable-animations", "gtk-enable-animations", G_TYPE_BOOLEAN, { .b = TRUE } },
-  { "org.gnome.desktop.interface", "show-input-method-menu", "gtk-show-input-method-menu", G_TYPE_BOOLEAN, { .b = FALSE } },
-  { "org.gnome.desktop.interface", "show-unicode-menu", "gtk-show-unicode-menu", G_TYPE_BOOLEAN, { .b = FALSE } },
   { "org.gnome.desktop.interface", "automatic-mnemonics", "gtk-auto-mnemonics", G_TYPE_BOOLEAN, { .b = TRUE } },
   { "org.gnome.desktop.interface", "toolbar-style", "gtk-toolbar-style", G_TYPE_STRING, { .s = "both-horiz"} },
   { "org.gnome.desktop.interface", "toolbar-icons-size", "gtk-toolbar-icon-size", G_TYPE_STRING, { .s = "large"} },
index e2df14d8f4493abe15203d71009297372d9e04ff..dd75203545fb048f2af74acceade97e03ebfa720 100644 (file)
@@ -324,8 +324,6 @@ _gdk_win32_window_delete_property (GdkWindow *window,
   "Gtk/CursorBlinkTimeout\0"  "gtk-cursor-blink-timeout\0"
   "Gtk/CursorThemeName\0"     "gtk-cursor-theme-name\0"
   "Gtk/CursorThemeSize\0"     "gtk-cursor-theme-size\0"
-  "Gtk/ShowInputMethodMenu\0" "gtk-show-input-method-menu\0"
-  "Gtk/ShowUnicodeMenu\0"     "gtk-show-unicode-menu\0"
   "Gtk/TimeoutInitial\0"      "gtk-timeout-initial\0"
   "Gtk/TimeoutRepeat\0"       "gtk-timeout-repeat\0"
   "Gtk/ColorScheme\0"         "gtk-color-scheme\0"
index f0f351fbda1657e63e4733ea0090435c7f73463c..68d77e93bfc31f1bfe3cf3aaa57ba4d596c80a0b 100644 (file)
@@ -33,8 +33,6 @@
  * is used by GTK+ text input widgets like #GtkEntry to map from key events to
  * Unicode character strings.
  *
- * The user may change the current input method via a context menu, unless the   
- * #GtkSettings:gtk-show-input-method-menu GtkSettings property is set to FALSE. 
  * The default input method can be set programmatically via the 
  * #GtkSettings:gtk-im-module GtkSettings property. Alternatively, you may set 
  * the GTK_IM_MODULE environment variable as documented in #gtk-running.